home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Whiteline: delta
/
whiteline CD Series - delta.iso
/
progtool
/
c
/
sozobon
/
sozlib15.zoo
/
sozdistr
/
examples
/
makefile
< prev
next >
Wrap
Makefile
|
1995-04-02
|
234b
|
18 lines
#!make -f
# @(#)makefile, SozobonX examples
#
# make file for 'hello' and 'world', in SozobonX distribution
#
hello:
$(MAKE) $(MAKEFLAGS) -f hello.mk
world:
$(MAKE) $(MAKEFLAGS) -f world.mk
help:
@%echo targets: hello world